Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Windows 32 Draw Context Structure

QuickDraw 3D defines the Windows 32 draw context data structure to maintain information that is specific to Windows 32 draw contexts. The Windows 32 draw context data structure is defined by the TQ3Win32DCDrawContextData data type.

typedef struct TQ3Win32DCDrawContextData {
    HDC                                             hdc;
} TQ3Win32DCDrawContextData;
hdc
Microsoft Windows draw context (obtained from a window using the Windows GetDC function).

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |